projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89bc2dd
)
Have a 1GiB disk rather than 1MiB, for a slightly more sensible test.
author
Ewan Mellor
<ewan@xensource.com>
Thu, 14 Dec 2006 14:50:35 +0000
(14:50 +0000)
committer
Ewan Mellor
<ewan@xensource.com>
Thu, 14 Dec 2006 14:50:35 +0000
(14:50 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/libxen/test/test_bindings.c
patch
|
blob
|
history
diff --git
a/tools/libxen/test/test_bindings.c
b/tools/libxen/test/test_bindings.c
index 0c47305a09689b7d888595636da3514dcd4cc9f2..d2c54ac3ea616466757966eb88e53f50118e9130 100644
(file)
--- a/
tools/libxen/test/test_bindings.c
+++ b/
tools/libxen/test/test_bindings.c
@@
-339,7
+339,7
@@
static void create_new_vm(xen_session *session)
.name_label = "MyRootFS",
.name_description = "MyRootFS description",
.sr = &sr_record,
- .virtual_size = (1 << 2
0) / 512,
+ .virtual_size = (1 << 2
1), // 1GiB / 512 bytes/sector
.sector_size = 512,
.type = XEN_VDI_TYPE_SYSTEM,
.sharable = false,